Use this tool to generate JSON-LD Local Business schema markups based on Schema.org standards. This tool includes all required item properties and more.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"name": "",
"image": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"addressCountry": "US"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": ""
},
"author": {
"@type": "Person",
"name": ""
}
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "",
"longitude": ""
},
"url": "",
"telephone": "",
"servesCuisine": "",
"priceRange": "",
"openingHours": "",
"menu": "",
"acceptsReservations": false
}
</script>